searchentry: Fix keynav
authorMatthias Clasen <mclasen@redhat.com>
Mon, 15 Jun 2020 17:45:57 +0000 (13:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 15 Jun 2020 17:48:03 +0000 (13:48 -0400)
commitc175a7a470fdb0a79a7025c97e5fa345155d7b1d
tree054c2fc54466949874f44cbf7a5437f9042a56a5
parent937317e674882918d88651a72521ea144763f4a1
searchentry: Fix keynav

Shift-Tabbing was getting stuck in GtkSearchEntry and
GtkPasswordEntry, since they grab the focus to a child
of theirs. Copy the same fix that we are already using
in GtkEntry.

Fixes: #2842
gtk/gtkpasswordentry.c
gtk/gtksearchentry.c